MKF$
MKI$
MKL$
MKS$

Syntax: MKF$ (float)
   and: MKI$ (integer)
   and: MKL$ (longint)
   and: MKS$ (string$)
Location: BTool

These functions return a string containing the internal representation of the various parameters:

MKF$ - floating point number
MKI$ - integer number
MKL$ - long integer number
MKS$ - string.

CROSS-REFERENCE:
CVF, PEEK_F
